home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue31 / system / LibExpert / LibTestForm.dfm / LibTestForm.txt
Encoding:
Text File  |  1998-02-01  |  12.3 KB  |  547 lines

  1. object LibExTest: TLibExTest
  2.   Left = 143
  3.   Top = 217
  4.   BorderStyle = bsDialog
  5.   Caption = 'The Amazing LibIntf Exerciser Expert'
  6.   ClientHeight = 259
  7.   ClientWidth = 571
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnPaint = FormPaint
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TabSet1: TTabSet
  19.     Left = 0
  20.     Top = 238
  21.     Width = 571
  22.     Height = 21
  23.     Align = alBottom
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     OnChange = TabSet1Change
  30.   end
  31.   object Notebook1: TNotebook
  32.     Left = 0
  33.     Top = 0
  34.     Width = 571
  35.     Height = 238
  36.     Align = alClient
  37.     PageIndex = 1
  38.     TabOrder = 1
  39.     object TPage
  40.       Left = 0
  41.       Top = 0
  42.       Caption = 'Miscellaneous'
  43.       object GroupBox1: TGroupBox
  44.         Left = 10
  45.         Top = 10
  46.         Width = 471
  47.         Height = 183
  48.         Caption = ' Miscellaneous IDE Info '
  49.         TabOrder = 0
  50.         object Label1: TLabel
  51.           Left = 12
  52.           Top = 24
  53.           Width = 131
  54.           Height = 13
  55.           Caption = 'Delphi 3 Base Registry Key:'
  56.           Font.Charset = DEFAULT_CHARSET
  57.           Font.Color = clWindowText
  58.           Font.Height = -11
  59.           Font.Name = 'MS Sans Serif'
  60.           Font.Style = []
  61.           ParentFont = False
  62.         end
  63.         object Label5: TLabel
  64.           Left = 12
  65.           Top = 83
  66.           Width = 104
  67.           Height = 13
  68.           Caption = 'Path and Base Name:'
  69.         end
  70.         object PathAndBaseName: TLabel
  71.           Left = 12
  72.           Top = 99
  73.           Width = 109
  74.           Height = 13
  75.           Caption = 'PathAndBaseName'
  76.           Font.Charset = DEFAULT_CHARSET
  77.           Font.Color = clWindowText
  78.           Font.Height = -11
  79.           Font.Name = 'MS Sans Serif'
  80.           Font.Style = [fsBold]
  81.           ParentFont = False
  82.         end
  83.         object Label7: TLabel
  84.           Left = 12
  85.           Top = 131
  86.           Width = 133
  87.           Height = 13
  88.           Caption = 'Delphi IDE Window Handle:'
  89.         end
  90.         object AppHandle: TLabel
  91.           Left = 12
  92.           Top = 147
  93.           Width = 63
  94.           Height = 13
  95.           Caption = 'AppHandle'
  96.           Font.Charset = DEFAULT_CHARSET
  97.           Font.Color = clWindowText
  98.           Font.Height = -11
  99.           Font.Name = 'MS Sans Serif'
  100.           Font.Style = [fsBold]
  101.           ParentFont = False
  102.         end
  103.         object Label8: TLabel
  104.           Left = 268
  105.           Top = 83
  106.           Width = 63
  107.           Height = 13
  108.           Caption = 'Current Time:'
  109.         end
  110.         object IDETime: TLabel
  111.           Left = 268
  112.           Top = 99
  113.           Width = 49
  114.           Height = 13
  115.           Caption = 'IDETime'
  116.           Font.Charset = DEFAULT_CHARSET
  117.           Font.Color = clWindowText
  118.           Font.Height = -11
  119.           Font.Name = 'MS Sans Serif'
  120.           Font.Style = [fsBold]
  121.           ParentFont = False
  122.         end
  123.         object Label9: TLabel
  124.           Left = 268
  125.           Top = 131
  126.           Width = 124
  127.           Height = 13
  128.           Caption = 'Delphi Main Window Size:'
  129.         end
  130.         object WinSize: TLabel
  131.           Left = 268
  132.           Top = 147
  133.           Width = 47
  134.           Height = 13
  135.           Caption = 'WinSize'
  136.           Font.Charset = DEFAULT_CHARSET
  137.           Font.Color = clWindowText
  138.           Font.Height = -11
  139.           Font.Name = 'MS Sans Serif'
  140.           Font.Style = [fsBold]
  141.           ParentFont = False
  142.         end
  143.         object BaseReg: TEdit
  144.           Left = 12
  145.           Top = 41
  146.           Width = 245
  147.           Height = 21
  148.           TabOrder = 0
  149.           Text = 'BaseReg'
  150.         end
  151.         object cbLockState: TCheckBox
  152.           Left = 324
  153.           Top = 43
  154.           Width = 97
  155.           Height = 17
  156.           Caption = 'Lock State'
  157.           TabOrder = 1
  158.         end
  159.       end
  160.     end
  161.     object TPage
  162.       Left = 0
  163.       Top = 0
  164.       Caption = 'Form Designer'
  165.       object CompCount: TLabel
  166.         Left = 8
  167.         Top = 15
  168.         Width = 55
  169.         Height = 13
  170.         Caption = 'CompCount'
  171.       end
  172.       object FileSystem: TLabel
  173.         Left = 8
  174.         Top = 31
  175.         Width = 50
  176.         Height = 13
  177.         Caption = 'FileSystem'
  178.       end
  179.       object FormName: TLabel
  180.         Left = 8
  181.         Top = 47
  182.         Width = 51
  183.         Height = 13
  184.         Caption = 'FormName'
  185.       end
  186.       object Ancestor: TLabel
  187.         Left = 8
  188.         Top = 63
  189.         Width = 42
  190.         Height = 13
  191.         Caption = 'Ancestor'
  192.       end
  193.       object FirstCompName: TLabel
  194.         Left = 8
  195.         Top = 79
  196.         Width = 74
  197.         Height = 13
  198.         Caption = 'FirstCompName'
  199.       end
  200.       object TabCompCount: TLabel
  201.         Left = 8
  202.         Top = 95
  203.         Width = 74
  204.         Height = 13
  205.         Caption = 'TabCompCount'
  206.       end
  207.       object FirstNVComp: TLabel
  208.         Left = 8
  209.         Top = 111
  210.         Width = 61
  211.         Height = 13
  212.         Caption = 'FirstNVComp'
  213.       end
  214.       object Show: TButton
  215.         Left = 480
  216.         Top = 43
  217.         Width = 75
  218.         Height = 25
  219.         Caption = '&Show'
  220.         TabOrder = 0
  221.         OnClick = ShowClick
  222.       end
  223.       object ScrollBox1: TScrollBox
  224.         Left = 272
  225.         Top = 16
  226.         Width = 193
  227.         Height = 209
  228.         HorzScrollBar.Tracking = True
  229.         VertScrollBar.Tracking = True
  230.         TabOrder = 1
  231.         object Image3: TImage
  232.           Left = 0
  233.           Top = 0
  234.           Width = 145
  235.           Height = 141
  236.           AutoSize = True
  237.         end
  238.       end
  239.       object Hide: TButton
  240.         Left = 480
  241.         Top = 13
  242.         Width = 75
  243.         Height = 25
  244.         Caption = '&Hide'
  245.         TabOrder = 2
  246.         OnClick = HideClick
  247.       end
  248.       object NewName: TButton
  249.         Left = 480
  250.         Top = 73
  251.         Width = 75
  252.         Height = 25
  253.         Caption = 'New Name...'
  254.         TabOrder = 3
  255.         OnClick = NewNameClick
  256.       end
  257.       object GroupBox2: TGroupBox
  258.         Left = 9
  259.         Top = 136
  260.         Width = 248
  261.         Height = 89
  262.         Caption = ' TICompInfo (for 1st component) '
  263.         TabOrder = 4
  264.         object CIName: TLabel
  265.           Left = 12
  266.           Top = 20
  267.           Width = 38
  268.           Height = 13
  269.           Caption = 'CIName'
  270.         end
  271.         object CIEventCount: TLabel
  272.           Left = 12
  273.           Top = 36
  274.           Width = 66
  275.           Height = 13
  276.           Caption = 'CIEventCount'
  277.         end
  278.         object Label3: TLabel
  279.           Left = 12
  280.           Top = 60
  281.           Width = 76
  282.           Height = 13
  283.           Caption = 'Defined Events:'
  284.         end
  285.         object EventCombo: TComboBox
  286.           Left = 96
  287.           Top = 56
  288.           Width = 141
  289.           Height = 21
  290.           Style = csDropDownList
  291.           ItemHeight = 13
  292.           TabOrder = 0
  293.         end
  294.       end
  295.     end
  296.     object TPage
  297.       Left = 0
  298.       Top = 0
  299.       Caption = 'Palette Info'
  300.       object GroupBox5: TGroupBox
  301.         Left = 9
  302.         Top = 9
  303.         Width = 240
  304.         Height = 184
  305.         Caption = ' Palette Item Bitmaps '
  306.         TabOrder = 0
  307.         object Image2: TImage
  308.           Left = 191
  309.           Top = 28
  310.           Width = 28
  311.           Height = 28
  312.           Visible = False
  313.         end
  314.         object Label4: TLabel
  315.           Left = 19
  316.           Top = 83
  317.           Width = 149
  318.           Height = 13
  319.           Caption = 'Currently Selected Palette Icon:'
  320.         end
  321.         object Image1: TImage
  322.           Left = 191
  323.           Top = 75
  324.           Width = 28
  325.           Height = 28
  326.         end
  327.         object ComboBox1: TComboBox
  328.           Left = 20
  329.           Top = 32
  330.           Width = 145
  331.           Height = 21
  332.           ItemHeight = 13
  333.           Items.Strings = (
  334.             'TMainMenu'
  335.             'TPopupMenu'
  336.             'TLabel'
  337.             'TEdit'
  338.             'TMemo'
  339.             'TButton'
  340.             'TCheckBox'
  341.             'TRadioButton'
  342.             'TListBox'
  343.             'TComboBox'
  344.             'TScrollBar'
  345.             'TGroupBox'
  346.             'TRadioGroup'
  347.             'TPanel')
  348.           TabOrder = 0
  349.           OnChange = ComboBox1Change
  350.         end
  351.       end
  352.       object GroupBox4: TGroupBox
  353.         Left = 257
  354.         Top = 9
  355.         Width = 224
  356.         Height = 184
  357.         Caption = ' Palette Class Help '
  358.         TabOrder = 1
  359.         object Label2: TLabel
  360.           Left = 12
  361.           Top = 26
  362.           Width = 157
  363.           Height = 13
  364.           Caption = 'Enter a class name and click OK:'
  365.         end
  366.         object HelpClassName: TEdit
  367.           Left = 11
  368.           Top = 49
  369.           Width = 198
  370.           Height = 21
  371.           TabOrder = 0
  372.           OnChange = HelpClassNameChange
  373.         end
  374.         object ClassHelpOK: TButton
  375.           Left = 134
  376.           Top = 140
  377.           Width = 75
  378.           Height = 21
  379.           Caption = '&OK'
  380.           Enabled = False
  381.           TabOrder = 1
  382.           OnClick = ClassHelpOKClick
  383.         end
  384.       end
  385.     end
  386.     object TPage
  387.       Left = 0
  388.       Top = 0
  389.       Caption = 'Standard Dialogs'
  390.       object GroupBox3: TGroupBox
  391.         Left = 9
  392.         Top = 9
  393.         Width = 472
  394.         Height = 184
  395.         Caption = ' Delphi IDE Standard Dialogs '
  396.         TabOrder = 0
  397.         object Label10: TLabel
  398.           Left = 20
  399.           Top = 40
  400.           Width = 101
  401.           Height = 13
  402.           Caption = 'Wanted Dialog Type:'
  403.         end
  404.         object ComboBox2: TComboBox
  405.           Left = 132
  406.           Top = 36
  407.           Width = 145
  408.           Height = 21
  409.           ItemHeight = 13
  410.           Items.Strings = (
  411.             'Align'
  412.             'Size'
  413.             'Scale'
  414.             'Tab Order'
  415.             'Creation Order'
  416.             'Save Template')
  417.           TabOrder = 0
  418.         end
  419.         object Button1: TButton
  420.           Left = 135
  421.           Top = 80
  422.           Width = 146
  423.           Height = 25
  424.           Caption = 'E&xecute Dialog'
  425.           TabOrder = 1
  426.           OnClick = Button1Click
  427.         end
  428.       end
  429.     end
  430.     object TPage
  431.       Left = 0
  432.       Top = 0
  433.       Caption = 'Selections'
  434.       object GroupBox6: TGroupBox
  435.         Left = 17
  436.         Top = 17
  437.         Width = 280
  438.         Height = 88
  439.         Caption = ' Selected Component Info'
  440.         TabOrder = 0
  441.         object SelectionType: TLabel
  442.           Left = 12
  443.           Top = 37
  444.           Width = 68
  445.           Height = 13
  446.           Caption = 'SelectionType'
  447.         end
  448.         object SelectionName: TLabel
  449.           Left = 12
  450.           Top = 21
  451.           Width = 72
  452.           Height = 13
  453.           Caption = 'SelectionName'
  454.         end
  455.         object FirstSelectionType: TLabel
  456.           Left = 12
  457.           Top = 53
  458.           Width = 87
  459.           Height = 13
  460.           Caption = 'FirstSelectionType'
  461.         end
  462.       end
  463.       object SelectedList: TListBox
  464.         Left = 313
  465.         Top = 21
  466.         Width = 152
  467.         Height = 164
  468.         ItemHeight = 13
  469.         TabOrder = 1
  470.       end
  471.       object SetLockState: TCheckBox
  472.         Left = 21
  473.         Top = 117
  474.         Width = 97
  475.         Height = 17
  476.         Caption = 'Set &Lock State'
  477.         TabOrder = 2
  478.         OnClick = SetLockStateClick
  479.       end
  480.       object SelectAll: TButton
  481.         Left = 24
  482.         Top = 153
  483.         Width = 75
  484.         Height = 25
  485.         Caption = 'Select All'
  486.         TabOrder = 3
  487.         OnClick = SelectAllClick
  488.       end
  489.       object DeleteAll: TButton
  490.         Left = 112
  491.         Top = 153
  492.         Width = 75
  493.         Height = 25
  494.         Caption = 'DeleteAll'
  495.         TabOrder = 4
  496.         OnClick = DeleteAllClick
  497.       end
  498.       object Button2: TButton
  499.         Left = 200
  500.         Top = 153
  501.         Width = 89
  502.         Height = 25
  503.         Caption = 'Form As Text'
  504.         TabOrder = 5
  505.         OnClick = Button2Click
  506.       end
  507.     end
  508.     object TPage
  509.       Left = 0
  510.       Top = 0
  511.       Caption = 'More Selection Info'
  512.       object Label11: TLabel
  513.         Left = 21
  514.         Top = 15
  515.         Width = 170
  516.         Height = 13
  517.         Caption = 'Properties of Selected component/s'
  518.       end
  519.       object Label12: TLabel
  520.         Left = 285
  521.         Top = 15
  522.         Width = 156
  523.         Height = 13
  524.         Caption = 'Events of Selected component/s'
  525.       end
  526.       object PropertyList: TListBox
  527.         Left = 17
  528.         Top = 29
  529.         Width = 248
  530.         Height = 188
  531.         ItemHeight = 13
  532.         Sorted = True
  533.         TabOrder = 0
  534.       end
  535.       object EventList: TListBox
  536.         Left = 281
  537.         Top = 29
  538.         Width = 248
  539.         Height = 188
  540.         ItemHeight = 13
  541.         Sorted = True
  542.         TabOrder = 1
  543.       end
  544.     end
  545.   end
  546. end
  547.